fix(DB/Creature) Tarindrella movement type (#11802)

This commit is contained in:
Maelthyr
2022-06-14 04:53:40 +02:00
committed by GitHub
parent 5174189e1f
commit 67c1b5cbc0

View File

@@ -0,0 +1,2 @@
-- Update movement for Tarindralla
UPDATE `creature` SET `wander_distance` = 7, `MovementType` = 1 WHERE `guid` = 47347 AND `id1` = 1992;