fix(DB/Creature): Shen'Dralar wisp movement (#10405)

This commit is contained in:
Nefertumm
2022-02-06 19:55:36 -03:00
committed by GitHub
parent cfb171efda
commit 15bdbc597f

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643393372625004300');
DELETE FROM `creature` WHERE `guid` = 247519;
UPDATE `creature` SET `MovementType` = 1, `wander_distance` = 20 WHERE `id1` = 14361;