mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
TDB 434.08 - 2014/09/21
This commit is contained in:
@@ -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');
|
||||
@@ -1 +0,0 @@
|
||||
ALTER TABLE `creature_template` ADD COLUMN `HealthModifierExtra` FLOAT DEFAULT 1 NOT NULL AFTER `HealthModifier`;
|
||||
@@ -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');
|
||||
@@ -1,2 +0,0 @@
|
||||
-- Whisperwind Lasher Scriptname
|
||||
UPDATE `creature_template` SET `AIName`="", `ScriptName`="npc_whisperwind_lasher" WHERE `entry`=47747;
|
||||
@@ -1 +0,0 @@
|
||||
ALTER TABLE `spelleffect_dbc` ADD `EffectItemType` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `EffectDieSides`;
|
||||
Reference in New Issue
Block a user