diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-11-25 19:10:06 +0100 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-11-25 19:10:06 +0100 |
commit | 941be9cdc473713f97ad505114bcb32f7e3350ef (patch) | |
tree | 82d7c0c3d16205d89801a5ab9691d9cce10446a7 | |
parent | 2a845355ebe514a3f7a6b238359e899df0392aaa (diff) |
DB/Conditions:
- Fix startup db error
- Fix spawn for Plant Chieftain's Totem
-rw-r--r-- | sql/updates/world/2012_11_26_02_world_conditions.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_11_26_02_world_conditions.sql b/sql/updates/world/2012_11_26_02_world_conditions.sql new file mode 100644 index 00000000000..861e999236d --- /dev/null +++ b/sql/updates/world/2012_11_26_02_world_conditions.sql @@ -0,0 +1,5 @@ +UPDATE `conditions` SET `ErrorType`=97,`ErrorTextId`=0 WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=56765; + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=56765; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13,2,56765,0,0,31,0,3,30446,0,0,0,'','Plant Chieftain''s Totem - Frostfloe Rift'); |