mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
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:
3
data/sql/updates/pending_db_world/thaladred-movement.sql
Normal file
3
data/sql/updates/pending_db_world/thaladred-movement.sql
Normal 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;
|
||||
Reference in New Issue
Block a user