TDB 434.08 - 2014/09/21

This commit is contained in:
Vincent-Michael
2014-09-21 13:47:57 +02:00
parent 267e95dfe6
commit e592a7bdbb
5 changed files with 0 additions and 0 deletions

View File

@@ -1,4 +0,0 @@
-- .guild info command strings
DELETE FROM `trinity_string` WHERE `entry`=1184;
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
(1184, '| Guild Level: %u');

View File

@@ -1 +0,0 @@
ALTER TABLE `creature_template` ADD COLUMN `HealthModifierExtra` FLOAT DEFAULT 1 NOT NULL AFTER `HealthModifier`;

View File

@@ -1,8 +0,0 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=88665;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (88665, 'spell_ruumbos_silly_dance');
DELETE FROM `spell_script_names` WHERE `spell_id`=88254;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (88254, 'spell_swipe_honey');
DELETE FROM `spell_script_names` WHERE `spell_id` = 94064;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (94064, 'spell_beesbees');

View File

@@ -1,2 +0,0 @@
-- Whisperwind Lasher Scriptname
UPDATE `creature_template` SET `AIName`="", `ScriptName`="npc_whisperwind_lasher" WHERE `entry`=47747;

View File

@@ -1 +0,0 @@
ALTER TABLE `spelleffect_dbc` ADD `EffectItemType` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `EffectDieSides`;