Jump to content
  • Graveyard Updates for Alliance/Horde Cities


    Arkadus
    • Status: Completed
      Main Category: Database
      Sub-Category: sqlupdate
      Version: 2.0.11 Milestone: 20 Priority: Normal
      Implemented Version: 0.20

    As title describes

    REPLACE INTO `game_graveyard_zone`
    (`id`, `ghost_zone`, `faction`)
    VALUES
    (852, 1537, 469),
    (853, 1497, 67);

    UPDATE `game_graveyard_zone`
    SET `id` = 469
    WHERE `faction` = 67 AND `ghost_zone` = 1657;

    UPDATE `game_graveyard_zone`
    SET `id` = 429
    WHERE `faction` = 469 AND `ghost_zone` = 85;

    UPDATE `game_graveyard_zone`
    SET `id` = 229
    WHERE `faction` = 469 AND `ghost_zone` = 1638;

    INSERT INTO `game_graveyard_zone` (`id`,`ghost_zone`,`faction`)
    VALUES (101,1537,67),(429,1497,469);


    User Feedback

    Recommended Comments

    What does this do? I have not had any graveyard issues. The only graveyard issue I know of is the spirit healer in Southern Barrens that, as far as I know, is not used. In fact I do not ever remember rezzing there in official, either.

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use