Thyvene

Developers
  • Content count

    79
  • Joined

  • Last visited

Everything posted by Thyvene

  1. If it's not coming from sniff data, it's no.
  2. If it's not coming from sniff data, it's no.
  3. If it's not coming from sniff data, it's no.
  4. Hello @Florix, Thank you for your submission. After a little review, I've noticed only one problem: In `quest_template_locale`, we don't have any row named 'ObjectiveItemsText_loc3', here's how our table is composed: create table `quest_template_locale` ( `ID` mediumint (8), `locale` varchar (12), `LogTitle` text , `LogDescription` text , `QuestDescription` text , `AreaDescription` text , `PortraitGiverText` text , `PortraitGiverName` text , `PortraitTurnInText` text , `PortraitTurnInName` text , `QuestCompletionLog` text , `OfferRewardText` text , `VerifiedBuild` mediumint (8) ); However, I'm pleased to tell you that your patch fix concerning the `creature_questender` is approved and will be pushed in the further days. With regards, Thyvene. Spell developer.
  5. Hello @Florix, Thank you for your submission. After a little review, i've noticed some problems. Firstly, `item_template_locale` doesn't exist anymore, we use Hotfixes for that. Secondly, we don't touch `quest_template_locale` since we do a bulk push of them from time to time. On `npc_spellclick_spells` 'cast_flags' doesn't have default value, so you'll need to set one. Due to that, your submission is declined. You can correct the issue mentioned above and redo a submission, I'll be pleased to review it in 4 years from now -)). With regards, Thyvene. Spell developer.
  6. Hello @Florix, Thank you for your submission. After a little review, I'm pleased to tell you that your patch fix is approved and will be pushed in the further days. With regards, Thyvene. Spell developer.
  7. Hello @Florix, Thank you for your submission. After a little review, I'm pleased to tell you that your patch fix is approved and will be pushed in the further days. With regards, Thyvene. Spell developer.
  8. I need to work on it but it's not my priority actually.