mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
[DB/Quest] Fix speed_run creature
This commit is contained in:
4
data/sql/updates/world/2016_07_10_02.sql
Normal file
4
data/sql/updates/world/2016_07_10_02.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE world_db_version CHANGE COLUMN 2016_07_09_01 2016_07_10_02 bit;
|
||||
|
||||
/* Quest adding injury to insult, fix mob speed run, from 2.2 to 1.0 */
|
||||
UPDATE `creature_template` SET `speed_run` = 1 WHERE `entry` = 24238;
|
||||
Reference in New Issue
Block a user