DB/Script_texts: Someone accidentally the whole table.

Thanks Amit for finding the (silly) typo.
*sighs*
This commit is contained in:
Nay
2012-01-08 20:51:17 +00:00
parent 0b5e071d75
commit 13d3a675b1
2 changed files with 3002 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
-- Remove old script text for boss_vanndar.cpp "Not sure if the text actually exist"
DELETE FROM `script_texts` WHERE `entry` BETWEEN -1810018 AND -181008;
DELETE FROM `script_texts` WHERE `entry` BETWEEN -1810018 AND -1810008;
-- Add new creature_text for Vanndar Stormpike
DELETE FROM `creature_text` WHERE `entry`=11948;
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES

File diff suppressed because one or more lines are too long