diff options
| author | Discover- <amort11@hotmail.com> | 2011-12-25 00:13:28 +0100 |
|---|---|---|
| committer | Discover- <amort11@hotmail.com> | 2011-12-25 00:13:28 +0100 |
| commit | ef4608f07c8596c2436604e18d49ba8891af3191 (patch) | |
| tree | c83db518366b559d6b5a9e705c52ed3e465cdec4 /sql/updates | |
| parent | 0d98ecc6c17c5d9b9608c39ffff0d46dd2114690 (diff) | |
Core/Quests: Fix an exploit in Red Snapper - Very Tasty!
Also fix a silly codestyle typo in previous commit.
Closes #3887
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_12_25_00_world_spell_script_names.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_25_00_world_spell_script_names.sql b/sql/updates/world/2011_12_25_00_world_spell_script_names.sql new file mode 100644 index 00000000000..a4bf9aef5dc --- /dev/null +++ b/sql/updates/world/2011_12_25_00_world_spell_script_names.sql @@ -0,0 +1,4 @@ +UPDATE `item_template` SET `ScriptName`='' WHERE `entry`=23654; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q9452_cast_net'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(29866,'spell_q9452_cast_net');
\ No newline at end of file |
