aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_10_26_04_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_26_04_world.sql b/sql/updates/world/2014_10_26_04_world.sql
new file mode 100644
index 00000000000..d1c93b63cab
--- /dev/null
+++ b/sql/updates/world/2014_10_26_04_world.sql
@@ -0,0 +1,7 @@
+ALTER TABLE `creature_template` CHANGE `name` `name` CHAR(200) NOT NULL DEFAULT '0';
+ALTER TABLE `creature_template` CHANGE `femaleName` `femaleName` CHAR(200) NOT NULL;
+ALTER TABLE `creature_template` CHANGE `subname` `subname` CHAR(200);
+
+UPDATE `creature_template` SET `name`='Gorgrond Smokebelcher Depot NPC "Far From Invulnerable" Commander Rakish skewered Quest Kill Credit [NEVER SPAWNED]' WHERE `entry`=74403;
+UPDATE `creature_template` SET `name`='Gorgrond Smokebelcher Depot NPC "Far From Invulnerable" Blademaster Kroga skewered Quest Kill Credit [NEVER SPAWNED]' WHERE `entry`=74674;
+UPDATE `creature_template` SET `name`='Gorgrond Smokebelcher Depot NPC "Far From Invulnerable" Weaponsmith Garloc skewered Quest Kill Credit [NEVER SPAWNED]' WHERE `entry`=76435;