Skip to content

Commit

Permalink
Update [5390] ....
Browse files Browse the repository at this point in the history
typo

Co-Authored-By: NeatElves <[email protected]>
  • Loading branch information
Grz3s and NeatElves committed Sep 8, 2024
1 parent fe99689 commit 79d720e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Updates/5390_Icecrown_Dome.sql
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ UPDATE creature_template SET Expansion = 2 WHERE entry IN (32526);
DELETE FROM creature_template_addon WHERE entry = 32526;
INSERT INTO creature_template_addon (entry, mount, stand_state, sheath_state, pvp_flags, emote, auras) VALUES
(32526,0,0,1,0,0,59660);
UPDATE gameobject SET phaseMask = 5 WHERE guid IN (530741,530742);
UPDATE creature SET phaseMask = 5 WHERE guid IN (530741,530742);
-- OBJECTS
-- missing objects added
DELETE FROM game_event_gameobject WHERE guid BETWEEN 521057 AND 521122;
Expand Down Expand Up @@ -325,4 +325,3 @@ INSERT INTO spell_script_target VALUES
(59704, 1, 30755, 0),(59704, 1, 32430, 0),(59704, 1, 32529, 0),(59704, 1, 31839, 0),(59704, 1, 32528, 0), -- H
(59704, 1, 32444, 0),(59704, 1, 30352, 0),(59704, 1, 32524, 0),(59704, 1, 32523, 0),(59704, 1, 31648, 0), -- A
(59704, 1, 32525, 0),(59704, 1, 32274, 0),(59704, 1, 32526, 0),(59704, 1, 31817, 0),(59704, 1, 32298, 0);
UPDATE creature SET spawndist = 0, MovementType = 0 WHERE guid IN (530743);

0 comments on commit 79d720e

Please sign in to comment.