From 9d08f4fd75b00fcd689a7f86a018697ddd327342 Mon Sep 17 00:00:00 2001 From: tobmaps Date: Sat, 12 Nov 2011 03:24:18 +0700 Subject: DB/NPCs: Prevent picking up more The RP-GG until previous ones not wasted --- sql/updates/world/2011_11_11_01_world_misc.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates') 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); -- cgit v1.2.3