From 70aafbda942214d16e81ce2734558357f728753e Mon Sep 17 00:00:00 2001 From: tobmaps Date: Sat, 12 Nov 2011 02:36:18 +0700 Subject: Core/Spells: Partially fix RP-GG --- sql/updates/world/2011_11_11_01_world_misc.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sql/updates/world/2011_11_11_01_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2011_11_11_01_world_misc.sql b/sql/updates/world/2011_11_11_01_world_misc.sql new file mode 100644 index 00000000000..a1013a75f1a --- /dev/null +++ b/sql/updates/world/2011_11_11_01_world_misc.sql @@ -0,0 +1,14 @@ +-- Template updates for creature 30560 (The RP-GG) +UPDATE `creature_template` SET `npcflag`=`npcflag`|16777216 WHERE `entry`=30560; -- The RP-GG +-- Addon data for creature 30560 (The RP-GG) +DELETE FROM `creature_template_addon` WHERE `entry`=30560; +INSERT INTO `creature_template_addon` (`entry`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(30560,0,0,1,0, NULL); -- The RP-GG + +-- Fixing spawntime for creature 30560 (The RP-GG) +UPDATE `creature` SET `spawntimesecs`=60 WHERE `id`=30560; + +-- Spellclick data for creature 30560 (The RP-GG) +DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=30560; +INSERT INTO `npc_spellclick_spells` VALUES +(30560,57347,0,0,0,1,0,0,1); -- cgit v1.2.3