aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-11-12 03:24:18 +0700
committertobmaps <spambot42@yandex.ru>2011-11-12 03:24:18 +0700
commit9d08f4fd75b00fcd689a7f86a018697ddd327342 (patch)
tree08e85fdbd94098201ce194fff8307b4a02d9476b
parent70aafbda942214d16e81ce2734558357f728753e (diff)
DB/NPCs: Prevent picking up more The RP-GG until previous ones not wasted
-rw-r--r--sql/updates/world/2011_11_11_01_world_misc.sql2
1 files changed, 1 insertions, 1 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
index a1013a75f1a..f48d3f8200e 100644
--- a/sql/updates/world/2011_11_11_01_world_misc.sql
+++ b/sql/updates/world/2011_11_11_01_world_misc.sql
@@ -11,4 +11,4 @@ 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);
+(30560,57347,0,0,0,1,0,57348,1);