From 0b9f25bd7b5fccc497668a2d54a48639f20bb98c Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Fri, 2 Jan 2009 11:42:55 +0100 Subject: *Fix a typo in arathi_highlands.cpp and 748_world_scripts.sql --HG-- branch : trunk --- sql/updates/748_world_scripts.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/748_world_scripts.sql b/sql/updates/748_world_scripts.sql index 484c71f3199..8e59c9bb812 100644 --- a/sql/updates/748_world_scripts.sql +++ b/sql/updates/748_world_scripts.sql @@ -1,3 +1,3 @@ update creature_template set scriptname='npc_infused_crystal', flags_extra=0 where entry=16364; -update quest_template set specialflags=2, reqcreatureorgoid1=1, reqcreatureorgocount1=1 where entry=8490; +update quest_template set specialflags=2, reqcreatureorgoid1=0, reqcreatureorgocount1=0 where entry=8490; delete from creature where id=17086; \ No newline at end of file -- cgit v1.2.3