From 67250953ba4e17b6b2e2dbc90448f8607a351387 Mon Sep 17 00:00:00 2001 From: Drahy Date: Mon, 27 Jul 2009 08:06:13 +0200 Subject: * Continuing cleaning sql * Used trinity sql coding style * Now complete --HG-- branch : trunk --- sql/updates/4544_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates/4544_world.sql') diff --git a/sql/updates/4544_world.sql b/sql/updates/4544_world.sql index 90f7e193f15..ab92495e48b 100644 --- a/sql/updates/4544_world.sql +++ b/sql/updates/4544_world.sql @@ -1,3 +1,3 @@ UPDATE `creature_template` SET `ScriptName`='npc_sinkhole_kill_credit' WHERE (`entry`='26248') or (`entry`='26249'); UPDATE `item_template` SET `ScriptName`='item_incendiary_explosives' WHERE (`entry`='35704'); -UPDATE `creature_template` SET `flags_extra`='2' WHERE (`entry`='26250'); +UPDATE `creature_template` SET `flags_extra`='2' WHERE (`entry`='26250'); \ No newline at end of file -- cgit v1.2.3