mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Misc: fix some startup errors
This commit is contained in:
15
sql/updates/world/2016_07_17_00_world.sql
Normal file
15
sql/updates/world/2016_07_17_00_world.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
--
|
||||
SET @NPC_OVERLORD_RUNTHAK:= 31431;
|
||||
SET @NPC_THRALL:= 31412;
|
||||
SET @NPC_SYLVANAS:= 31419;
|
||||
|
||||
SET @OG_TELEPORTSPELL:= 59064;
|
||||
SET @UCTELEPORTSPELL:= 59439;
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = @NPC_OVERLORD_RUNTHAK;
|
||||
UPDATE `creature_template` SET `ScriptName` = '' WHERE `entry` = @NPC_THRALL;
|
||||
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = @NPC_SYLVANAS;
|
||||
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` = 5279;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (@OG_TELEPORTSPELL, @UCTELEPORTSPELL);
|
||||
Reference in New Issue
Block a user