mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Creature:
- Nuke the hacky column DeathState. - Removed some hacks from Kologarn script, including some cleanup. - Removed set deathstate command. BIG thanks to Malcrom for replacing all creatures that had deathstate with proper dynamicflags/auras.
This commit is contained in:
1
sql/updates/world/2011_06_27_06_world_command.sql
Normal file
1
sql/updates/world/2011_06_27_06_world_command.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `command` WHERE `name`= 'npc set deathstate';
|
||||
4
sql/updates/world/2011_06_27_06_world_creature.sql
Normal file
4
sql/updates/world/2011_06_27_06_world_creature.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Drop DeathState column
|
||||
ALTER TABLE `creature` DROP COLUMN `DeathState`;
|
||||
-- Remove spawns for Kologarn (not boss) and Focused Eyebeam (summoned).
|
||||
DELETE FROM `creature` WHERE `id` IN (34297,33632,33802);
|
||||
Reference in New Issue
Block a user