From 060eb91ec916b19e0c9d2a284e2bdb027327c360 Mon Sep 17 00:00:00 2001 From: Drahy Date: Mon, 23 Mar 2009 20:08:39 +0100 Subject: * Trinity sql coding style - fixed 2131_world --HG-- branch : trunk --- sql/updates/2139_world.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/updates/2139_world.sql') diff --git a/sql/updates/2139_world.sql b/sql/updates/2139_world.sql index 335cb55a278..dd7217e9bfd 100644 --- a/sql/updates/2139_world.sql +++ b/sql/updates/2139_world.sql @@ -1,2 +1,2 @@ -UPDATE gameobject_template SET `ScriptName`='go_cat_figurine' WHERE `entry`=13873; -UPDATE creature_template SET ScriptName='npc_garments_of_quests' WHERE entry IN (12429,12423,12427,12430,12428); +UPDATE `gameobject_template` SET `ScriptName`='go_cat_figurine' WHERE `entry`=13873; +UPDATE `creature_template` SET `ScriptName`='npc_garments_of_quests' WHERE `entry` IN (12429,12423,12427,12430,12428); \ No newline at end of file -- cgit v1.2.3