mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Quests: Fixes quest "Going Bearback". Needs DB support to work.
ref ticket:472
This commit is contained in:
3
sql/updates/2011_01_30_0_world_spell_script_names.sql
Normal file
3
sql/updates/2011_01_30_0_world_spell_script_names.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 54798 AND `ScriptName`='spell_q12851_going_bearback';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(54798,'spell_q12851_going_bearback');
|
||||
1
sql/updates/2011_01_30_1_world_scriptnames.sql
Normal file
1
sql/updates/2011_01_30_1_world_scriptnames.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_icefang' WHERE `entry`=29602;
|
||||
Reference in New Issue
Block a user