Merge pull request #8 from lellonicole/quest_addingInjuryToInsult

[Db/Quest] Adding injury to insult, fix mob speed run
This commit is contained in:
Yehonal
2016-07-14 09:07:33 +02:00
committed by GitHub

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