Merge pull request #8 from lellonicole/quest_addingInjuryToInsult
[Db/Quest] Adding injury to insult, fix mob speed run
This commit is contained in:
commit
2b960b42d0
1 changed files with 4 additions and 0 deletions
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue