mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user