diff options
| author | Gacko <gacko28@gmx.de> | 2013-01-13 15:37:01 +0100 |
|---|---|---|
| committer | Gacko <gacko28@gmx.de> | 2013-01-13 15:37:01 +0100 |
| commit | 0b079126221d1bf4fc2aa05a699dc3b379c77e58 (patch) | |
| tree | a391b7089697f92e0a493b88338f667776efb299 /sql | |
| parent | 3a32c76de936f2e85ef1cd595283e00055fe8fc6 (diff) | |
Fix nonpch build and warning. Move script to spell_quest.cpp
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_01_13_03_world_spell_script_names.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_13_03_world_spell_script_names.sql b/sql/updates/world/2013_01_13_03_world_spell_script_names.sql new file mode 100644 index 00000000000..a776ea4a765 --- /dev/null +++ b/sql/updates/world/2013_01_13_03_world_spell_script_names.sql @@ -0,0 +1,4 @@ +-- Zul'drak Rat spell: Script assignment +DELETE FROM `spell_script_names` WHERE `spell_id`=50894; +INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUE +(50894,'spell_q12527_zuldrak_rat'); |
