fix(DB/creature_template): Disciple of Naralax walking speed (#5073)

This commit is contained in:
Peter 2021-04-01 17:32:24 +02:00 committed by GitHub
parent 86f6ec3ce1
commit 891275252e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;