[Core/Script] As the crow flies - delete horrible hack and properly fix
This commit is contained in:
parent
5aabfac4bf
commit
eec8b797e0
4 changed files with 40 additions and 7 deletions
5
data/sql/updates/world/2016_07_14_00.sql
Normal file
5
data/sql/updates/world/2016_07_14_00.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE world_db_version CHANGE COLUMN 2016_07_10_02 2016_07_14_00 bit;
|
||||
|
||||
/* add spellscript for crow spell */
|
||||
DELETE FROM spell_script_names WHERE spell_id = 38776;
|
||||
INSERT INTO spell_script_names VALUES (38776,'spell_q9718_crow_transform');
|
||||
Loading…
Add table
Add a link
Reference in a new issue