mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Script/CoS: fix DB error and remove wrong on-death text for Chrono-Lord Epoch.
This commit is contained in:
4
sql/updates/world/3.3.5/2019_06_26_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_06_26_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=26532 AND `GroupID`=4;
|
||||
DELETE FROM `spawn_group` WHERE `groupId`=52;
|
||||
INSERT INTO `spawn_group` (`groupId`,`spawnType`,`spawnId`) VALUES (52, 0, 111214);
|
||||
@@ -37,7 +37,6 @@ enum Yells
|
||||
{
|
||||
SAY_TIME_WARP = 2,
|
||||
SAY_SLAY = 3,
|
||||
SAY_DEATH = 4
|
||||
};
|
||||
|
||||
enum Events
|
||||
@@ -139,7 +138,6 @@ class boss_epoch : public CreatureScript
|
||||
|
||||
void JustDied(Unit* /*killer*/) override
|
||||
{
|
||||
Talk(SAY_DEATH);
|
||||
_JustDied();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user