fix(DB/creature_template): Disciple of Naralax walking speed (#5073)
This commit is contained in:
parent
86f6ec3ce1
commit
891275252e
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617177621821036427');
|
||||
|
||||
-- Disciple of Naralex
|
||||
UPDATE `creature_template` SET `speed_walk`=0.8 WHERE `entry`=3678;
|
||||
Loading…
Add table
Add a link
Reference in a new issue