aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-11-12 02:36:18 +0700
committertobmaps <spambot42@yandex.ru>2011-11-12 02:36:18 +0700
commit70aafbda942214d16e81ce2734558357f728753e (patch)
tree20a1dc2f6808a5b5d136396e56261bb81236ad69 /sql
parentf47c0e661c2dc52c6717833af5ea19665b467c21 (diff)
Core/Spells: Partially fix RP-GG
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_11_11_01_world_misc.sql14
1 files changed, 14 insertions, 0 deletions
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);