Skip to content

Commit

Permalink
Update for [4866]
Browse files Browse the repository at this point in the history
reduce wandering distance for 1 guard
  • Loading branch information
Grz3s committed Aug 19, 2023
1 parent 0bc9c12 commit 184575c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Updates/4866_Stormwind_updates.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ DELETE FROM game_event_creature_data WHERE guid IN (79687,120788,120789);
DELETE FROM creature_battleground WHERE guid IN (79687,120788,120789);
DELETE FROM creature_linking WHERE guid IN (79687,120788,120789)
OR master_guid IN (79687,120788,120789);
UPDATE creature SET spawndist = 1, MovementType = 1 WHERE guid = 120692; -- guard at post in Trade District

-- Nikova Raskol 1721
UPDATE creature_template SET MovementType = 2 WHERE entry = 1721;
Expand Down

0 comments on commit 184575c

Please sign in to comment.