Core/Quests: Fix an exploit in Red Snapper - Very Tasty!

Also fix a silly codestyle typo in previous commit.

Closes #3887
This commit is contained in:
Discover-
2011-12-25 00:13:28 +01:00
parent 0d98ecc6c1
commit ef4608f07c
3 changed files with 56 additions and 3 deletions

View File

@@ -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');