From f96e1ce1d7b10074750da761ff9b219a24d0f09f Mon Sep 17 00:00:00 2001 From: Shocker Date: Fri, 29 Apr 2011 21:49:30 +0300 Subject: Core/SQL: Fix an sql error in a previous commit --- sql/updates/world/2011_04_29_00_world_loot_template.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/world/2011_04_29_00_world_loot_template.sql b/sql/updates/world/2011_04_29_00_world_loot_template.sql index da42e1df5a8..f690f082c35 100644 --- a/sql/updates/world/2011_04_29_00_world_loot_template.sql +++ b/sql/updates/world/2011_04_29_00_world_loot_template.sql @@ -1,5 +1,5 @@ -- Nefarian T2 Head -SET @REF:= 34348; (found by StoredProc) +SET @REF:= 34348; -- (found by StoredProc) -- Delete all so we can also renumber the itemids on refs for old loot DELETE FROM `creature_loot_template` WHERE `entry`=11583; -- cgit v1.2.3