From f166fa145f637e01ca5efd68f495c6dc1b86ca21 Mon Sep 17 00:00:00 2001 From: Rat Date: Mon, 3 Aug 2009 01:12:05 +0200 Subject: *fix Lady Vashj *fix Toxic Sporebat's Toxic Pool spell --HG-- branch : trunk --- sql/updates/4725_world_scripts.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/4725_world_scripts.sql (limited to 'sql') diff --git a/sql/updates/4725_world_scripts.sql b/sql/updates/4725_world_scripts.sql new file mode 100644 index 00000000000..83a38a2210c --- /dev/null +++ b/sql/updates/4725_world_scripts.sql @@ -0,0 +1,5 @@ +UPDATE `creature_template` SET `minlevel`='80' WHERE (`entry`='22207'); +UPDATE `creature_template` SET `maxlevel`='80' WHERE (`entry`='22207'); +UPDATE `creature_template` SET `faction_A`='14' WHERE (`entry`='22207'); +UPDATE `creature_template` SET `faction_H`='14' WHERE (`entry`='22207'); +UPDATE `creature_template` SET `flags_extra`='128' WHERE (`entry`='22207'); \ No newline at end of file -- cgit v1.2.3