mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Creature): remove Fedfennel wandering (#7250)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628302161194713320');
|
||||
|
||||
-- Disables Fedfennel wandering
|
||||
UPDATE `creature` SET `MovementType` = 0, `wander_distance` = 0 WHERE `id` = 472 AND `guid` IN (81122, 134000, 134001, 134002);
|
||||
|
||||
Reference in New Issue
Block a user