Move sql changes to pending

This commit is contained in:
MokonaNico 2025-11-03 17:54:37 +01:00
parent 7a3e4066a3
commit bef7204bb6
2 changed files with 6 additions and 1 deletions

View File

@ -2552,7 +2552,7 @@ INSERT INTO `creature_template` VALUES
(2883,0,0,0,0,0,'[UNUSED] [PH] Monster Slayer Trainer','Monster Slayer Trainer','',0,8,12,0,55,0,1,1.14286,1,1,20,1,0,0,1,2000,2000,1,1,1,0,2048,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,1,0,0,0,'',12340),
(2885,0,0,0,0,0,'[UNUSED] [PH] Magic Skills Trainer','Magic Skills Trainer','',0,8,12,0,55,0,1,1.14286,1,1,20,1,0,0,1,2000,2000,1,1,1,0,2048,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,1,0,0,0,'',12340),
(2886,0,0,0,0,0,'Ranged Skills Trainer','Ranged Skills Trainer',NULL,0,8,12,0,55,0,1.2,1.14286,1,1,20,1,0,0,1,2000,2000,1,1,1,0,2048,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,'',0,1,1,1,1,1,0,0,1,0,0,2,'',12340),
(2887,0,0,0,0,0,'Prismatic Exile',NULL,NULL,0,44,44,0,91,0,1.55556,1.14286,1,1,18,1,0,0,1,2000,2000,1,1,2,0,2048,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,'',0,1,0.05,1,1,1,0,0,1,0,0,0,'npc_prismatic_exile',12340),
(2887,0,0,0,0,0,'Prismatic Exile',NULL,NULL,0,44,44,0,91,0,1.55556,1.14286,1,1,18,1,0,0,1,2000,2000,1,1,2,0,2048,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,'SmartAI',0,1,0.05,1,1,1,0,0,1,0,0,0,'',12340),
(2888,0,0,0,0,0,'Garek',NULL,NULL,0,50,50,0,35,2,1,1.14286,1,1,18,1,0,0,1,1500,2000,1,1,1,768,2048,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,'',0,1,1.25,1,1,1,0,0,1,0,0,2,'',12340),
(2889,0,0,0,0,0,'Stonevault Trogg','',NULL,0,35,36,0,59,0,1.2,1.14286,1,1,20,1,1,0,7.5,2000,2000,1,1,1,0,2048,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,'',0,1,3,1,1,1,0,0,1,0,0,0,'',12340),
(2890,0,0,0,0,0,'Stonevault Scout','',NULL,0,36,37,0,59,0,1.2,1.14286,1,1,20,1,1,0,7.5,2000,2000,1,1,1,0,2048,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,'',0,1,3,1,1,1,0,0,1,0,0,0,'',12340),

View File

@ -0,0 +1,5 @@
-- Remove SmartAI and add script name
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_prismatic_exile' WHERE `entry` = 2887;
-- delete old smartscript
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 2887) AND (`source_type` = 0);