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:
@@ -0,0 +1 @@
|
||||
DELETE FROM `command` WHERE `name`= 'npc set deathstate';
|
||||
@@ -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