diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-03-21 10:38:17 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-03-21 10:38:17 +0100 |
| commit | 166878b3438fa13568215519c18bfadfbdd161d9 (patch) | |
| tree | 1e437f19282b5e745ecaacd75672233053b97405 | |
| parent | f1b1692d64fece90ef358ea95a2d8135ac2e1e07 (diff) | |
DB/Templates: Deleted unneeded custom creature_template
| -rw-r--r-- | sql/updates/world/2011_03_21_1_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_21_1_world_creature_template.sql b/sql/updates/world/2011_03_21_1_world_creature_template.sql new file mode 100644 index 00000000000..628619b25f9 --- /dev/null +++ b/sql/updates/world/2011_03_21_1_world_creature_template.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `difficulty_entry_1`=0 WHERE `entry`=37596; +DELETE FROM `creature_template` WHERE `entry`=3759601; |
