mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Creature): Charming Totem Movement (Heroic) (#16449)
Create idontlikemakingthisthroughthewebsite.sql
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `creature_template_movement` WHERE `creatureId` = 20687;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Flight`, `Rooted`) VALUES
|
||||
(20687, 1, 1);
|
||||
Reference in New Issue
Block a user