From abbdd3f17e510586bfebc79cc48dbebd7cc207ad Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Wed, 4 Nov 2009 13:04:00 +0100 Subject: Remove / modify a bunch of SQL files that update template fields that should only be altered by database projects, or that just were blatant hacks. These "fixes" should be posted on the database project's forums. --HG-- branch : trunk --- sql/updates/6008_world.sql | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 sql/updates/6008_world.sql (limited to 'sql/updates/6008_world.sql') diff --git a/sql/updates/6008_world.sql b/sql/updates/6008_world.sql deleted file mode 100644 index 19a805660b8..00000000000 --- a/sql/updates/6008_world.sql +++ /dev/null @@ -1,5 +0,0 @@ -UPDATE `creature_template` SET `modelid1`='11686' WHERE `entry`=23537; -UPDATE `creature_template` SET `modelid1`='11686' WHERE `entry`=23686; -UPDATE `creature_template` SET `modelid1`='11686' WHERE `entry`=23758; -UPDATE `creature_template` SET `modelid1`='11686' WHERE `entry`=24034; -UPDATE `creature_template` SET `modelid1`='11686' WHERE `entry`=23775; \ No newline at end of file -- cgit v1.2.3