mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Misc: Fix visual issues in Deathknell
This commit is contained in:
6
sql/updates/world/2015_11_25_00_world.sql
Normal file
6
sql/updates/world/2015_11_25_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_type`=58 WHERE `entryorguid`=50414 AND `source_type`=0 AND `id`=1;
|
||||
DELETE FROM `creature` WHERE `guid`=325132 AND `id` =50374;
|
||||
UPDATE `creature_text` SET `BroadcastTextId`=50126 WHERE `entry`=1568 AND `groupid`=0 AND `id`=0;
|
||||
UPDATE `creature_text` SET `BroadcastTextId`=50127 WHERE `entry`=1568 AND `groupid`=1 AND `id`=0;
|
||||
UPDATE `creature_text` SET `BroadcastTextId`=50128 WHERE `entry`=50414 AND `groupid`=0 AND `id`=0;
|
||||
Reference in New Issue
Block a user