mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Script_texts: Someone accidentally the whole table.
Thanks Amit for finding the (silly) typo. *sighs*
This commit is contained in:
@@ -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
|
||||
|
||||
3001
sql/updates/world/2012_01_08_15_world_script_texts.sql
Normal file
3001
sql/updates/world/2012_01_08_15_world_script_texts.sql
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user