mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Scripts/Quest: Update 'The Art of Persuasion' (11648) (#27887)
This commit is contained in:
8
sql/updates/world/3.3.5/2022_03_27_00_world.sql
Normal file
8
sql/updates/world/3.3.5/2022_03_27_00_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
UPDATE `creature_template_addon` SET `bytes1` = 5, `bytes2` = 1, `emote` = 0, `auras` = '45631 45842' WHERE `entry` = 25478;
|
||||
UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = 25478;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_borean_tundra_neural_needle','spell_borean_tundra_prototype_neural_needle');
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(45634,'spell_borean_tundra_neural_needle'),
|
||||
(48252,'spell_borean_tundra_prototype_neural_needle');
|
||||
Reference in New Issue
Block a user