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
This commit is contained in:
Machiavelli
2009-11-04 13:04:00 +01:00
parent 4f1505fd79
commit abbdd3f17e
5 changed files with 3 additions and 12 deletions

View File

@@ -1,2 +0,0 @@
UPDATE `gameobject_template` SET `type`='10',`data0`='0',`ScriptName`='go_wg2voa_portal' WHERE (`entry`='190763');

View File

@@ -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;

View File

@@ -1,4 +1,4 @@
UPDATE `creature_template` SET `AIName` = 'AOEAI',`flags_extra` = '0',`minlevel` = '70',`maxlevel` = '70',`maxlevel` = '70',`faction_A` = '14',`faction_H` = '14' WHERE `entry` IN ('23336','23069','23259');
UPDATE `creature_template` SET `AIName` = 'AOEAI' WHERE `entry` IN ('23336','23069','23259');
UPDATE `creature_template` SET `spell1` = '40029' WHERE `entry` = 23069;
UPDATE `creature_template` SET `spell1` = '40610' WHERE `entry` = 23259;
UPDATE `creature_template` SET `spell1` = '40836' WHERE `entry` = 23336;

View File

@@ -1,2 +0,0 @@
DELETE FROM `creature_template_addon` WHERE `entry` = 24895;
UPDATE `creature_template` SET `unit_flags`='0' WHERE `entry`=24882;