mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Little sql cleanup and full update.
--HG-- branch : trunk
This commit is contained in:
@@ -420,6 +420,7 @@ UPDATE `item_template` SET `scriptname`='item_dehta_trap_smasher' WHERE `entry`=
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_magmoth_crusher' WHERE `entry`=25434;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_valiance_keep_cannoneer' WHERE `entry`=25306;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_warmage_coldarra' WHERE `entry` IN (27173,27904,27906);
|
||||
UPDATE `creature_template` SET `ScriptName`= 'npc_valiance_keep_cannoneer' WHERE `entry`=25306;
|
||||
|
||||
/* BURNING STEPPES */
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_ragged_john' WHERE `entry`=9563;
|
||||
|
||||
@@ -6,4 +6,4 @@ RENAME `worldstates`,
|
||||
ROW_FORMAT=DYNAMIC;
|
||||
|
||||
-- Only posible value is NextArenaPointDistributionTime so make the conversion to custom worldstate
|
||||
UPDATE `worldstates` SET `entry`=20001, `comment`='NextArenaPointDistributionTime';
|
||||
UPDATE `worldstates` SET `entry`=20001, `comment`='NextArenaPointDistributionTime';
|
||||
|
||||
Reference in New Issue
Block a user