mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
[Core/Script] As the crow flies - delete horrible hack and properly fix
This commit is contained in:
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');
|
||||
Reference in New Issue
Block a user