fix(DB/TheEye): make Thaladred walk (#18629)

* init

Co-Authored-By: amed80 <8395873+amed80@users.noreply.github.com>

* remove walk from script and walkspeed

---------

Co-authored-by: amed80 <8395873+amed80@users.noreply.github.com>
This commit is contained in:
Dan
2024-03-30 23:18:09 +01:00
committed by GitHub
parent 61ee67b95d
commit a62eef0dcf
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template_movement` SET `Chase` = 2 WHERE `CreatureId` = 20064;
UPDATE `creature_template` SET `speed_walk` = 2 WHERE `entry` = 20064;